.bd{
	background-color: #f2f2f2;
}
.bg{
	overflow: hidden;
	min-width: 1100px;
}
.bg img{
	display: block;
	width: 100%;
}

.main{
	overflow: hidden;
	margin:30px auto;
	background-color: #fff;
	width: 1100px;
}
.main .list{
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.list .left{
	float: left;
	width: 180px;
	padding: 10px;
}
.left img{
	display: block;
	width: 180px;
	height: 180px;
}
.list .center{
	width: 660px;
	height: 180px;
	padding: 10px 0;
	margin: 0 20px;
	float: left;
	overflow: hidden;
}
.center h1{
	height: 39px;
	line-height: 39px;
	color:#e00d0d;
	font-size: 18px;
	border-bottom: 1px dashed #e7e7e7;
}
.center p{
	line-height: 30px;
	height: 90px;
	font-size: 14px;
	color: #9b9b9b;
}
.center a{
	display: block;
	margin-top: 10px;
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border:1px solid #9b9b9b;
	font-size: 12px;
	color: #9b9b9b;
	border-radius: 3px;
}
.center a:hover{
	color: #fff;
	background-color: #9b9b9b;
}
.list .wei{
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
}
.wei img{
	display: block;
	width: 120px;
	height: 120px;
	padding: 30px 40px 10px 40px;
}
.wei p{
	text-align: center;
	font-size: 13px;
	color: #9b9b9b;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
